home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Electronics Boutique Catalog 1996 Spring
/
1996 Electronics Boutique Spring CD-ROM (USA).bin
/
eb
/
demos
/
ewjdemo.dir
/
00116.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1995-12-11
|
315 b
|
17 lines
global gMovieSprite, gMovieDuration, gReturnFrame
on exitFrame
if the movieTime of sprite gMovieSprite < gMovieDuration then
if rollOver(gMovieSprite + 1) then
go(the frame + 1)
exit
else
go(the frame - 1)
exit
end if
else
delayFor(60)
go(gReturnFrame)
end if
end